RemoveMonitor
TheRemoveMonitor
method removes the specified dispatch module, which is a monitor for the specified event type, from the dispatch module dictionary.
void RemoveMonitor (in ODEventType eventType, in ODDispatchModule dispatchModule);
eventType
- A platform-specific event code that specifies the type of event to be removed from the new dispatch module. On the Mac OS platform, the event code is defined as an unsigned 16-bit value.
dispatchModule
- A reference to a dispatch module to be removed.
DISCUSSION
This method is not called by part editors under normal circumstances; however, your part editor may call this method to remove a custom dispatch module as a monitor for the specified event type.SEE ALSO
TheODEventType
type (page 892).
TheODDispatcher::AddMonitor
method (page 114).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help